Updated documentation for eclipse development. The gerrit project also has some ANTRL generated source files now, such as com.google.gerrit.server.query.QueryParser, used by QueryBuilder. To fix compile errors, we need to update the project configuration on more than just GWTORM. Signed-off-by: Brad Larson <bklarson@gmail.com> 
diff --git a/Documentation/dev-eclipse.txt b/Documentation/dev-eclipse.txt index 0840bd6..7c2338d 100644 --- a/Documentation/dev-eclipse.txt +++ b/Documentation/dev-eclipse.txt 
@@ -58,10 +58,10 @@  builds are used.    [NOTE] -If you import gwtorm, you also need to right click on `gwtorm`, -Maven -> Update Project Configuration to force a compile of -the generted ANTLR sources. This should fix the compile errors -identified after import. +Some of the source code is generated with ANTLR sources. To +build these files, you need to right click on the imported project, +Maven -> Update Project Configuration. This should fix the compile +errors identified after import.    If you also want a source project for JGit, import the top level  jgit directory using General -> Existing Projects, selecting only